FragmentOnAttachListener

Listener for receiving a callback immediately following onAttach. This can be used to perform any additional setup / provide any dependencies that the Fragment may need prior to child fragments being attached or the Fragment going through onCreate.

See also

Functions

Link copied to clipboard
abstract fun onAttachFragment(@NonNull fragmentManager: FragmentManager, @NonNull fragment: Fragment)
Called after the fragment has been attached to its host.